From: Sébastien Delafond Date: Fri, 24 Apr 2020 12:18:45 +0000 (+0200) Subject: INTERFACE fmt::fmt X-Git-Tag: archive/raspbian/0.6.16-0.2+rpi1~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5494a291db54cb099dedc7e44e449ce613adada2;p=restinio.git INTERFACE fmt::fmt Gbp-Pq: Name 0001-INTERFACE-fmt-fmt.patch --- diff --git a/dev/restinio/CMakeLists.txt b/dev/restinio/CMakeLists.txt index edd19a0..e2932a9 100644 --- a/dev/restinio/CMakeLists.txt +++ b/dev/restinio/CMakeLists.txt @@ -53,7 +53,7 @@ IF (RESTINIO_FIND_DEPS) IF (RESTINIO_FMT_HEADER_ONLY) TARGET_LINK_LIBRARIES(${RESTINIO} INTERFACE fmt::fmt-header-only) ELSE () - TARGET_LINK_LIBRARIES(${RESTINIO} PUBLIC fmt::fmt) + TARGET_LINK_LIBRARIES(${RESTINIO} INTERFACE fmt::fmt) ENDIF () IF (RESTINIO_USE_EXTERNAL_HTTP_PARSER)